PSuppressPalDraw(ePalette cPalette, PMBool bState);
Caution: Always reenable palette updating. If you suppress palette updating, always reenable it before your plug-in or script finishes. The PSuppressPalDraw command has no menu equivalent; you must turn palette updating back on using this command.ePalette cPalette;
kStylePalette for the Style palette (these constants are defined in PKeywords.h)
kColorPalette for the Colors palette
kControlPalette for the Control Palette
kMasterPalette for Master Page palettePMBool bState;
false to enable palette updating
true to suppress updating the palette
Flickering palette. If a palette is already set to be updated and you send the command to update it, PageMaker redraws the palette, causing it to flicker.
Example. The following example suspends the updating of the Control Palette.
PSuppressPalDraw(kControlPalette, true);
The PGetSuppressPalDraw query
Comments or suggestions? Contact Adobe Developer Support